home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / editor / yg601win.zip / YGREPB.DEF < prev    next >
Text File  |  1997-02-11  |  2KB  |  81 lines

  1. ;
  2. ;    SCCSid = "$Id: YGREPB.DEF 1.4 1997/02/11 21:04:42 Y.Roumazeilles Exp $"
  3. ;
  4. ;    (C) 1992-93-94-95-96-97 Yves Roumazeilles
  5. ;
  6.  
  7. ;
  8. ;   You should use this one to build your own application which will use
  9. ;   the YGrep Search Engine.
  10. ;
  11.  
  12. ;
  13. ;   Declares the module parameters for an application using
  14. ;   the YGrep Search Engine.
  15. ;
  16. ;   If you want to use it with the 32-bit version of the library, you will
  17. ;   probably want to replace all ygrepd16 with ygrep.
  18. ;
  19.  
  20. NAME        YGrepApp
  21. DESCRIPTION    'YGrep Search Engine Powered application v1.0 \251 1996-97 Yves Roumazeilles'
  22.  
  23. STACKSIZE    16000
  24.  
  25. IMPORTS
  26.     ygrepd16.YGrepVersion
  27.     ygrepd16.YGrepIsDebug
  28.     ygrepd16.YGrepMessages
  29.     ygrepd16.YGrepOptions
  30.  
  31.     ygrepd16.CompileAGrep
  32.     ygrepd16.AGrep
  33.     ygrepd16.AGrepSubsBuild
  34.     ygrepd16.AGrepInit
  35.     ygrepd16.AGrepEmpty
  36.     ygrepd16.AGrepSubstitute
  37.  
  38.     ygrepd16.CompileRGrep
  39.     ygrepd16.RGrep
  40.     ygrepd16.RGrepSubsBuild
  41.     ygrepd16.RGrepSubstitute
  42.  
  43.     ygrepd16.InitWordCharTable
  44.     ygrepd16.AddWordChar
  45.     ygrepd16.RemoveWordChar
  46.  
  47.     ygrepd16.CompileSGrep
  48.     ygrepd16.SGrep
  49.     ygrepd16.SGrepSubsBuild
  50.     ygrepd16.SGrepSubstitute
  51.  
  52.     ygrepd16.SCompileAGrep
  53.     ygrepd16.SAGrep
  54.     ygrepd16.SAGrepSubsBuild
  55.     ygrepd16.SAGrepEmpty
  56.     ygrepd16.SAGrepInit
  57.     ygrepd16.SAGrepSubstitute
  58.  
  59.     ygrepd16.SCompileRGrep
  60.     ygrepd16.SRGrep
  61.     ygrepd16.SRGrepSubsBuild
  62.     ygrepd16.SRGrepSubstitute
  63.  
  64.     ygrepd16.SCompileSGrep
  65.     ygrepd16.SSGrep
  66.     ygrepd16.SSGrepSubsBuild
  67.     ygrepd16.SSGrepSubstitute
  68.  
  69.     ygrepd16.PushYInfo
  70.     ygrepd16.YGrepGetError
  71.     ygrepd16.YGrepSetError
  72.     ygrepd16.YGrepResetError
  73.     ygrepd16.YGrep
  74.  
  75.     ygrepd16.SFileOpen
  76.     ygrepd16.SFileClose
  77.     ygrepd16.SFileAGrep
  78.     ygrepd16.SFileRGrep
  79.     ygrepd16.SFileSGrep
  80.     ygrepd16.SFileSetFlags
  81.